projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba6054c
)
(print-fontset): Indent font name by 24 columns, not 25.
author
Kenichi Handa
<handa@m17n.org>
Sat, 30 Dec 2000 01:08:10 +0000
(
01:08
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Sat, 30 Dec 2000 01:08:10 +0000
(
01:08
+0000)
lisp/international/mule-diag.el
patch
|
blob
|
history
diff --git
a/lisp/international/mule-diag.el
b/lisp/international/mule-diag.el
index 4ed5fe165feac18aeee960e8d382cd3869957615..5901717e3fe3b9a3fdb8361e068efd7edadaa8cd 100644
(file)
--- a/
lisp/international/mule-diag.el
+++ b/
lisp/international/mule-diag.el
@@
-1084,10
+1084,10
@@
but still contains full information about each coding system."
(beginning-of-line)
(insert "Fontset: " fontset "\n")
(insert "CHARSET or CHAR RANGE")
- (indent-to 2
5
)
+ (indent-to 2
4
)
(insert "FONT NAME\n")
(insert "---------------------")
- (indent-to 2
5
)
+ (indent-to 2
4
)
(insert "---------")
(insert "\n")
(while tail
@@
-1120,7
+1120,7
@@
but still contains full information about each coding system."
(make-char charset (nth 1 split)
(if (= (charset-chars charset) 94) 126 127))))
(insert to))))
- (indent-to 2
5
)
+ (indent-to 2
4
)
(if (stringp font-spec)
(insert font-spec)
(if (car font-spec)